@override Future<bool> isHeld() async{ final result = await methodChannel.invokeMethod<bool>('isHeld'); return result??false; }