getModel static method

Future<String> getModel()

Implementation

static Future<String> getModel() async {
  return await _channel.invokeMethod("getModel");
}