open method

dynamic open(
  1. String token
)

Implementation

open(String token) async {
  await platform.invokeMethod('open', [token]);
}