getContext method

Future<NativeContext> getContext({
  1. bool collectDeviceId = false,
})

Implementation

Future<NativeContext> getContext({bool collectDeviceId = false}) =>
    throw UnimplementedError('platformVersion() has not been implemented.');