setUserId static method
set user id on login and logout
Implementation
static void setUserId(String userId) {
_methodChannel.invokeMethod("setUserId", {"userId": userId});
}
set user id on login and logout
static void setUserId(String userId) {
_methodChannel.invokeMethod("setUserId", {"userId": userId});
}