getDistinctId method

  1. @override
Future<String> getDistinctId()
override

Implementation

@override
Future<String> getDistinctId()async{
  return await methodChannel.invokeMethod("getDistinctId");
}