@override Future<void>clear({required String id}) async { await _methodChannel.invokeMethod('clear', id); }