getFPSDeviceInfo method

Future<FPSDeviceInfo> getFPSDeviceInfo()

Implementation

Future<FPSDeviceInfo> getFPSDeviceInfo() {
  return UniFlutterPluginPlatform.instance.getFPSDeviceInfo();
}