fix for null safety
This commit is contained in:
parent
4d64fee76d
commit
035934cd99
3 changed files with 2 additions and 23 deletions
|
|
@ -15,7 +15,7 @@ bool mouseIn = false;
|
|||
class PlatformFFI {
|
||||
static void clearRgbaFrame() {}
|
||||
|
||||
static Uint8List getRgba() {
|
||||
static Uint8List? getRgba() {
|
||||
return js.context.callMethod('getRgba');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue