@override Future<bool?> isRemoveable(String uuid) async { return await methodChannel .invokeMethod<bool?>('isRemoveable', {'uuid': uuid}); }