getTotalSendFlaxLength method

Future<int?> getTotalSendFlaxLength()

Implementation

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

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


  // handle native call


  return __result__;
}