closeFPS method

Future<int> closeFPS()

Implementation

Future<int> closeFPS() {
  return UniFlutterPluginPlatform.instance.closeFPS();
}