setCustomUserId method

  1. @override
void setCustomUserId(
  1. String customUserId
)
override

Implementation

@override
void setCustomUserId(String customUserId) async {
  await methodChannel.invokeMethod<void>('setCustomUserId', {
    "customUserId": customUserId,
  });
}