setApplicationContext method

Future<ConfigBuilder> setApplicationContext(
  1. ApplicationContext appContext
)

Implementation

Future<ConfigBuilder> setApplicationContext(
  ApplicationContext appContext,
) async {
  return await nativeCall('setApplicationContext', [appContext]);
}