testDeviceInfo property

  1. @override
Future<Map<String, String?>?> testDeviceInfo
override

Implementation

@override
Future<Map<String, String?>?> get testDeviceInfo =>
    _channel.invokeMethod<Map<String, String?>?>("getTestDeviceInfo");