@override Future<void> deleteAll({ required Map<String, String> options, }) => _channel.invokeMethod<void>( 'deleteAll', { 'options': options, }, );