getUaInfo method

Future<UaInfo> getUaInfo()

Implementation

Future<UaInfo> getUaInfo() {
  return SingPluginToolsPlatform.instance.getUaInfo();
}