setup method

  1. @override
Future setup()
override

Implementation

@override
Future setup() async {
  deviceInfo = await DeviceInfoPlugin().iosInfo;
}