getTotalRecvFlaxLength method

Future<int?> getTotalRecvFlaxLength()

Implementation

Future<int?> getTotalRecvFlaxLength() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: BMKMapManager@$refId::getTotalRecvFlaxLength([])');
  }

  // invoke native method
  final __result__ = await kBmapCoreFluttifyChannel.invokeMethod('BMKMapManager::getTotalRecvFlaxLength', {"__this__": this});


  // handle native call


  return __result__;
}