10/26/1
This commit is contained in:
@@ -20,7 +20,9 @@ class Bubble {
|
||||
|
||||
/// puts app in background and shows floaty-bubble head
|
||||
Future<void> startBubbleHead({bool sendAppToBackground = true}) async {
|
||||
ByteData bytes = await rootBundle.load('assets/images/logo1.png');
|
||||
ByteData bytes = await rootBundle.load(
|
||||
'assets/images/s.png',
|
||||
);
|
||||
var buffer = bytes.buffer;
|
||||
var encodedImage = base64.encode(Uint8List.view(buffer));
|
||||
await _channel.invokeMethod('startBubbleHead', {
|
||||
|
||||
Reference in New Issue
Block a user