onGetReverseGeoShareURLResult method
反geo短串分享url回调结果
Implementation
void onGetReverseGeoShareURLResult(
{@required
void Function(BMFShareURLResult result, BMFSearchErrorCode errorCode)
callback}) {
_shareurlSearchDispatcher?.onGetReverseGeoShareURLResultCallback(callback);
}