configure method

  1. @override
Future configure(
  1. String environmentId
)
override

Implementation

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