captureFPS method

Future<SensorResponse> captureFPS()

Implementation

Future<SensorResponse> captureFPS() {
  return UniFlutterPluginPlatform.instance.captureFPS();
}