getContext method

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

Implementation

@override
Future<NativeContext> getContext({bool collectDeviceId = false}) {
  return _api.getContext(collectDeviceId);
}