25-10-11/1
This commit is contained in:
@@ -21,7 +21,7 @@ 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/logo.png',
|
||||
'assets/images/logo1.png',
|
||||
);
|
||||
var buffer = bytes.buffer;
|
||||
var encodedImage = base64.encode(Uint8List.view(buffer));
|
||||
|
||||
Reference in New Issue
Block a user