@override Future<void> clear() async { try { await _channel.invokeMethod('clear'); } on PlatformException catch (e) { throw _deserializeException(e); } }