getBrowserInfo static method

Future<String> getBrowserInfo()

Implementation

static Future<String> getBrowserInfo() async {
  return await _channel.invokeMethod('getBrowserInfo', {});
}