clearIdentify method
Call this function to stop identifying a person.
Implementation
@override
void clearIdentify() {
return methodChannel.invokeNativeMethodVoid(NativeMethods.clearIdentify);
}
Call this function to stop identifying a person.
@override
void clearIdentify() {
return methodChannel.invokeNativeMethodVoid(NativeMethods.clearIdentify);
}