getFps method

Future<num> getFps()

Implementation

Future<num> getFps() async {
  throw UnimplementedError('getFps() has not been implemented.');
}