@override Future<bool?> skip(num interval) async { return await methodChannel .invokeMethod<bool?>('skip', {'interval': interval}); }