captureFPS method

Future<SensorResponse> captureFPS()

Implementation

Future<SensorResponse> captureFPS() {
  throw UnimplementedError("captureFPS() has not been implemented.");
}