@override Future<void> initialize(String projectId) async { await _channel.invokeMethod('initialize', {'projectId': projectId}); }