Set custom user ID
@override Future<void> setUid(String uid) async { methodChannel.invokeMethod<bool>('setUidChannel', uid); }