XgAndroidApi constructor

XgAndroidApi(
  1. MethodChannel channel
)

Implementation

XgAndroidApi(MethodChannel channel) {
  _channel = channel;
}