configure method

  1. @override
dynamic configure(
  1. String appId
)
override

Implementation

@override
configure(String appId) {
  methodChannel.invokeListMethod('configure', {"app_id": appId});
}