fcmToken method

void fcmToken(
  1. String token
)

Implementation

void fcmToken(String token) {
  instance.invokeMethod("fcmToken",token);
}