initialize method

Future<int> initialize(
  1. String url
)

Initializes the native video player for url and returns a hardware texture ID.

Implementation

Future<int> initialize(String url) {
  throw UnimplementedError('initialize() has not been implemented.');
}