@override Future<bool?> setFrame(double frame) async { return await methodChannel.invokeMethod<bool>('setFrame', {'frame': frame}); }