setCurrentContext method

  1. @override
Future<void> setCurrentContext(
  1. List<String> contexts
)
override

Implementation

@override
Future<void> setCurrentContext(List<String> contexts) async {
  _checkInitialization();
  _moengagePlugin.setCurrentContext(contexts);
}