Future<T?> apiCall<T>(String apiName, [Object? data]) { return _methodChannel.invokeMethod(apiName, data); }