@override Future configure(String environmentId) async { await _channel.invokeMethod(Channels.CONFIGURE, {'env': environmentId}); _isPluginInitialized = true; }